Northwoods.GoWPF 2.1.1 Assembly
IsLinkData Method (GraphLinksModel<NodeType,NodeKey,PortKey,LinkType>)

the object to be checked to see if it is a known link data in this model
This predicate is true if the argument is a link data in this model.
Syntax
Public Function IsLinkData( _
   ByVal linkdata As LinkType _
) As Boolean
public bool IsLinkData( 
   LinkType linkdata
)

Parameters

linkdata
the object to be checked to see if it is a known link data in this model

Return Value

true if the linkdata is in the LinksSource
Remarks

This is used for model navigation.

This uses a hash table lookup.

Requirements
See Also

Reference

GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class
GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Members

 

 


© Northwoods Software 2013. All Rights Reserved.

Send Feedback